home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- cursor(280)
- set the text of field "rollover text" to "Click here to move backwards."
- set the visible of sprite 49 to 1
- end
-
- on mouseLeave me
- cursor(-1)
- set the text of field "rollover Text" to EMPTY
- end
-
- on mouseDown me
- set the member of sprite the currentSpriteNum to "back glow"
- end
-
- on mouseUp me
- set the member of sprite the currentSpriteNum to "back"
- go("01a")
- end
-